HW2 Git Setup
- Step 1: Commit all files from a clean download.
Initialize the folder as a git repository
Stage all files as changes to be commited
Commit
- Step 2: Keep track of your own changes
Git will now track any change you make to the commited files.
You may make further commits or revert any undesirable changes.
advice: commit small and often
Return Home